runtime.spanClass.noscan (method)
19 uses
runtime (current package)
mbitmap.go#L143: if spc.noscan() {
mbitmap.go#L184: if span.spanclass.noscan() {
mbitmap.go#L509: if goarch.PtrSize == 8 && !s.spanclass.noscan() && s.spanclass.sizeclass() == 1 {
mbitmap.go#L514: } else if (!s.spanclass.noscan() && heapBitsInSpan(s.elemsize)) || s.isUserArenaChunk {
mbitmap.go#L541: if span.spanclass.noscan() {
mbitmap.go#L1855: if s.spanclass.noscan() {
mfinal.go#L466: if !span.spanclass.noscan() && !heapBitsInSpan(span.elemsize) && span.spanclass.sizeclass() != 0 {
mgcmark.go#L481: if !s.spanclass.noscan() {
mgcmark.go#L1678: if span.spanclass.noscan() {
mgcmark_greenteagc.go#L210: if doubleCheckGreenTea && !s.spanclass.noscan() && imb.marks != imb.scans {
mgcmark_greenteagc.go#L293: if q.class.noscan() {
mgcmark_greenteagc.go#L848: if spanclass.noscan() {
mgcmark_greenteagc.go#L876: if !spanclass.noscan() {
mgcmark_greenteagc.go#L1204: if s.spanclass.noscan() {
mheap.go#L599: func (sc spanClass) noscan() bool {
mheap.go#L1473: if heapBitsInSpan(s.elemsize) && !s.spanclass.noscan() {
mheap.go#L1479: if !s.spanclass.noscan() && heapBitsInSpan(s.elemsize) {
mheap.go#L2130: if !span.spanclass.noscan() {
mwbbuf.go#L261: if span.spanclass.noscan() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |